; Searches the Aminet Online or CD Index for a specified string
set OutFile "RAM:Aminet"
unset Match
version >NIL: version 37
if WARN
echo ""
echo "You need at least version 2.04 of the operating system to run Index"
quit
endif
set choice `RequestChoice "Aminet Search" "Do you want to search the index of all files on Aminet*Nor the index of the Aminet CDs? (up to CD 16 + Sets 1-4)" " All | CD |Cancel"`
if $choice EQ 0
quit
endif
unset str
set str `:C/RequestString TITLE "Aminet Search" BODY "Please enter the string to search for"`
get >NIL: str
if WARN
quit
endif
if $choice EQ 1
:C/Head -7 INDEX >$OutFile
:C/FlashFind INDEX "$str" >>$OutFile NOPREFS QUIET